# markdown2pdf
https://markdown2pdfconverter.netlify.app
> An Impressive Markdown to PDF Converter!
```diff
- Online Option: Upload resume.md to an unknown server?
+ Try the Offline Web Application instead!
```
## How to Use the Markdown to PDF Converter?
1. Click the button to select a `.md` file.
2. Edit your content in the left-hand panel.
3. Click the **Convert** button!
4. Choose 'Destination' as **Save as PDF**.
5. **Chrome is recommended for best results**.
## What Makes It Special?
- Utilize HTML tags for enhanced styling.
<blockquote>Include formatted text in a blockquote!</blockquote>
## About Me
- Github: [@sahilatahar](https://github.com/sahilatahar)
- Project: markdown2pdf (Markdown to PDF Converter)
## Example Code Snippets
```javascript
// Example: index.js
function Greetings(){
console.log('Hello, World!')
}
Greetings();
```
or like this
```python